home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / text / edit / EditCEDFile.readme < prev    next >
Encoding:
Text File  |  1999-09-06  |  1.8 KB  |  57 lines

  1. Short:    An commandline interface for CED
  2. Author:   petr.cisar@ericsson.cz
  3. Uploader: petr.cisar@ericsson.cz
  4. Version:  1.2
  5. Type:     text/edit
  6. Requires: ss.library
  7.  
  8. This program serves as an interface for the programs which call an text editor
  9. via shell (it concerns especially the programs ported from UNIX).
  10. EditCEDFile loads the file to (already running) CED, and waits until the user
  11. pushes <F1>. Then it considers the editations to be done and terminates.
  12.  
  13. The <F1> stuff is done by saving the original F-keys configuration to
  14. a temporary file and loading it back on exit, so the original setup
  15. is not changed.
  16.  
  17. It supports multiuser and according to $CONSOLE and $GLOBTASK
  18. variables it can decide whether it can start just CED or some
  19. console-based editor (CED is not suitable for telnet users :-) ).
  20. To bypass this function, you can use the FORCELOCAL switch.
  21.  
  22. I am aware that this program can be replaced with an ARexx script,
  23. but this one is quite faster.
  24.  
  25. Parameter overview
  26. ------------------
  27.  
  28. FILE/A
  29. The file to be edited
  30.  
  31. REMOTEEDITOR/K
  32. An alternative console-based editor (default is "vim")
  33.  
  34. DEBUG/S
  35. Displays talking to CED
  36.  
  37. FORCELOCAL/S
  38. Always use CED, regardless of the multiuser stuff
  39.  
  40.  
  41. Environment variables
  42. ---------------------
  43. CONSOLE - the name of the console EditCEDFile has been started from
  44. GLOBTASK - the task used for getting information about the globally
  45.            logged on user
  46.  
  47.  
  48. ============================= Archive contents =============================
  49.  
  50. Original  Packed Ratio    Date     Time    Name
  51. -------- ------- ----- --------- --------  -------------
  52.     2692    1809 32.8% 02-Sep-99 09:39:58 +EditCEDFile
  53.     9332    3272 64.9% 02-Sep-99 09:40:12 +EditCEDFile.asm
  54.     1400     777 44.5% 02-Sep-99 10:04:00 +README
  55. -------- ------- ----- --------- --------
  56.    13424    5858 56.3% 03-Sep-99 20:02:02   3 files
  57.